Einhugur Word Plugin for Xojo

EinhugurWord.ComplexRunFieldTypes Enum

Field type enum for complex runs.

enum EinhugurWord.ComplexRunFieldTypes

Constants

Unknown = -2The field type is unknown to the Word plugin.
None = 0There is no field.
DateField = 1Date field. The plugin supports adding Date fields also.
TimeField = 2Time field. The plugin supports adding Time fields also.
HyperlinkField = 3Hyperlink field. The plugin supports adding hyperlink fields also.
PageNumberField = 4Page number field. The plugin will never be able to insert field of this type because Word does not auto update this field when opening the document, and without full word you would have no way to realise initial value to put into the field for Page number since you cannot measure on what page you are.
PageCountField = 5Page count field. The plugin will never be able to insert field of this type because Word does not auto update this field when opening the document, and without full word you would have no way to realise initial value to put into the field for total number of pages since you cannot measure anything.